Bentley Map V8i (SELECTseries 10) Help

DPRINT

Syntax: DPRINT { X | Y | Z } [“format”] [ { X | Y | Z } [“format”] ]...

Prints the coordinates of the current graphical element to either the log file or an output file. A format string that defines the format of the printed value can follow the coordinates.

The format string consists of two numbers separated by a colon. The first number defines the total number of digits the number should use, which is very useful when aligning the numbers in rows. The second number defines the number of decimals; the decimals are rounded to the proper value. If it is irrelevant how many digits or decimals are to be used, use a zero.

Example: DPRINT X:0:2 Y:0:2

This prints out the X and Y coordinates with two decimals.

The coordinate 123456.789 , 987654.321 would then be printed as 123456.79 987654.32